home *** CD-ROM | disk | FTP | other *** search
- package com.sun.java.swing.plaf.metal;
-
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
-
- class MetalDesktopIconUI$1 implements ActionListener {
- // $FF: synthetic field
- MetalDesktopIconUI this$0;
-
- public void actionPerformed(ActionEvent e) {
- this.this$0.deiconize();
- }
-
- // $FF: synthetic method
- MetalDesktopIconUI$1(MetalDesktopIconUI this$0) {
- this.this$0 = this$0;
- }
- }
-